Home
Estimated task completion time: first time setup - 90 minutes; second time onwards - 30 minutes
Sample Repository Structure: examples
Instructions for writing tests depend on the kind of tests you wish to write for a lab. The available options are:
- JUnit-based labs
- Input-Output (IO) tests using
The given example folder contains unit tests for Object Oriented Programming (OOP) course. Source code based IO-tests are from Data Structures and Algorithms (DSA) course. Compiled binary based IO tests are for Compiler Design course.